* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html {
    scroll-behavior: smooth;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

:root {
    --color_company_1: #2f363c;
    --color_company_2: #2f363c;
    --color_company_3: #35393bf0;
    --color_company_4: #363a3e;
    --color_company_5: #36393b;
    --color_company_6: #36393c;
    --font_color_1: #FFF;
    --font_color_2: #FFF;
    --icon_color: #fff;
    --footer_color: #2f363c;
    --header_color: #2f363c;

    --borderRadius: 10px;
    /* LARGE SCREEN */
    --FONT_SIZE_PRIMARY: 14pt;
    --FONT_SIZE_SECONDARY: 12pt;
    --FONT_SIZE_TITLE: 16pt;
    --FONT_SIZE_SMALL: 10pt;
    --star-size: 60px;
    --star-color: #dddada ;
    --star-background: #fc0;
}

.product-name-collapse {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menuBarResponsive {
    display: none;
}

.wow-wait-overlay,
.wow-wait-content {
    display: none !important;
}

/* Img mid-product.php */
.img-fluid {
    margin-top: 40px;
}

/* img mid-product.php */
/* Zoom Img API JS */
.zoomImg {
    width: 1080px !important;
    /* Por defecto para VIDA */
    height: 1080px !important;
    /* Por defecto para VIDA */
}

/* Oferta */
.productOfferPrice{
    color: #ff0000;
    font-size: 12pt;
    padding-right: 5%;
}

/* BARRA DE CATEGORIAS */
.Branches.Departamentos-containt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/* BARRA DE CATEGORIAS */

.inputGiftcardCart {
    border: 1px solid #8E949C !important;
    border-radius: 5px !important;
    text-align: center;
}

.current_branch {
    margin: 0 1.5rem 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #cc2128;
}

.item-controller {
    display: flex;
    flex-direction: column;
}

.item-controller .itemSelectedCartBtn {
    min-width: 70%;
}

.priceSuggested{
    display: flex;
}


@media (max-width: 655px) {
    
    .item-controller{
       display: block;
    }
    .suggestedbtn{
        display: flex;
        justify-content: end;
    }
    .suggestedbtn.itemSelectedCartBtn {
       width: 50%;
    }
}
@media (max-width: 489px) {
    .suggestedCon{
        padding: 0%;
    }
.itemSuggested{
   margin-right:10px ;
}
}


header .dropdown-item.active,
.dropdown-item:active {
    color: #141414 !important;
}

.branch_address_menu_header {
    color: #787878;
}

.sello_agotado {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background: #FFF;
    padding-top: 30%;
    padding-bottom: 30%;
    padding-left: 6%;
    padding-right: 6%;
    border-radius: var(--borderRadius);
    /* -webkit-box-shadow: 3px 4px 5px -1px rgb(0 0 0 / 75%);
  -moz-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 3px 4px 5px -1px rgb(0 0 0 / 75%); */
    color: var(--color_company_1);
    cursor: pointer;
    font-size: var(--FONT_SIZE_TITLE);
    /* height: 60%; */
    opacity: 80%;
}

.menuTienda {
    z-index: 20;
    position: absolute;
    background: white;
    /* left: 11.4%; */
    top: 80%;
    height: auto;
    border-radius: var(--borderRadius);
    display: none;
    font-size: var(--FONT_SIZE_PRIMARY);
    user-select: none;
    width: 13rem;
}

.menuTienda .dropdown-item {
    padding: .25rem 0.7rem;
}

.mostrarMenuT.menu-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--FONT_SIZE_PRIMARY);
    /* margin: 0 17px; */
    cursor: pointer;
}

/* .des{
    padding-left: 4%;
    padding-right: 4%;
} */

.desRes {
    display: none;
}

.sugRes {
    display: none;
}

.iconAddToCart {
    width: 20% !important;
    display: none !important;
}

.product-description-carousel {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.titleVidaFooter {
    /* color: var(--color_company_1); */
    font-size: var(--FONT_SIZE_PRIMARY);
    color: var(--color_company_5);
}

.footer_wrapper div {
    font-size: var(--FONT_SIZE_SECONDARY);
}

/* RESPONSIVE SEARCHBAR */
#searchBarContainerResponsive {
    width: 88%;
    margin-left: 6%;
    margin-bottom: 2%;
    margin-top: 2%;
    display: none;
}

/* SEARCHBAR POYNT STORE STYLE (ICON + BAR) */
.header_search_container {
    display: flex;
    width: 40%;
    /* margin-top: 1%; */
    /* padding-left: 3%;
  padding-right: 2%; */
}

.header_redes {
    display: flex;
    width: 40%;
    justify-content: space-around;
    font-size: var(--FONT_SIZE_TITLE);
    padding-right: 5%;
    color: #808080;
}

.searchbar_container {
    width: 80%;
    font-size: var(--FONT_SIZE_PRIMARY);
    display: flex;
    cursor: pointer;
    margin: auto;
}

.searchbar_div {
    width: 100% !important;
    background-color: var(--color_company_6);
    /* border: 2px solid #a1a1a1 !important; */
    border-radius: 50px !important;
    padding-top: .5% !important;
    padding-bottom: .5% !important;
    padding-left: 2% !important;
    display: flex;
    height: 40px;
    align-items: center;
}

.searchbar_div form {
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
   
}

.searchbar_div form input {
    border: none;
    width: 90%;
    color: var(--font_color_2);
    background: var(--color_company_6);
}

.searchbar_div form input::placeholder {   
    color: var(--font_color_2);
}

.searchbar_div form button {
    background: none;
    border: none;
    margin-left: auto;
    margin-right: 5%;
    color: var(--font_color_2);
    font-size: var(--FONT_SIZE_PRIMARY);
}

.btnAdd{
    margin-right: 0 !important;
    margin-left: auto;
}

#searchbar2 {
    color: #000;
    font-weight: bolder;
    font-size: var(--FONT_SIZE_PRIMARY);
    background-color: var(--color_company_6);
    padding-left: 0%;
}

#catSelect {
    padding-left: 1%;
    color: #FFF;
    border: 0;
    background-color: #fda61b;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}

.customerName {
    color: #FFF;
    font-size: var(--FONT_SIZE_PRIMARY);
}

.customerNameResponsive {
    color: #000;
    font-size: var(--FONT_SIZE_PRIMARY);
}
#monedaButton{
    color: var(--font_color_1);
}

/* Box Sucursales */
#sucursalesListContainer {
    position: absolute;
    top: 50px;
    left: 945px;
    z-index: 100;
    width: auto;
    padding: 2%;
    border-radius: var(--borderRadius);
    background-color: #fff;
    box-shadow: 0px 8px 10px -2px rgba(0, 0, 0, 0.62);
    ;
}

.sucursalTienda:hover {
    color: rgba(204, 33, 40, 1);
}

.mostrarMenuT.menu-1 .fa-chevron-down {
    font-size: var(--FONT_SIZE_PRIMARY);
    margin-left: 12px;
    margin-bottom: 2px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.stock_element {
    font-size: var(--FONT_SIZE_SECONDARY);
    margin: 2px 0;
    color: #6c757d !important;
    height: 3em;
}

.stock_available {
    color: #03bb03f7;
}

.stock_no_available {
    color: #ec07eccc;
}

.check_stock {
    text-decoration: underline;
    cursor: pointer;
}

.stock_modal_red_msg {
    color: red;
    font-size: var(--FONT_SIZE_SECONDARY);
}

.categories_inner_container .subgrupos {
    margin-top: 3%;
}

.linea_subgrupo {
    margin: 6px 0;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--FONT_SIZE_PRIMARY);
}

.price-detail {
    /* font-family: 'Muli SemiBold'; */
    white-space: nowrap;
    font-size: var(--FONT_SIZE_SECONDARY);
    text-align: left;
}

.productPriceCarousel {
    text-align: left;
}

/* CLASIFICACIONES */

/* PRODUCTS.PHP */
.barra-lateral-grupos,
.barra-lateral-subgrupos {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.branch_title {
    font-size: var(--FONT_SIZE_SECONDARY) !important;
    font-weight: 600;
    text-align: left;
    margin-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.leaf_subgroup {
    font-size: var(--FONT_SIZE_SECONDARY) !important;
    margin-left: 15%;
    text-align: left;
}

#filtrar_por {
    text-align: left;
    padding-left: 8%;
    border-bottom: 1px solid #acacac;
    padding-bottom: 5%;
    font-size: var(--FONT_SIZE_PRIMARY);
}

.leaf_container {
    margin-bottom: 8% !important;
}

.barra-lateral-grupos,
.barra-lateral-subgrupos {
    height: 35px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: left !important;
}

.SubBranch.subgroup span {
    margin-left: 10%;
}

/*  Header NEW  */
.header_options {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-left: 2%;
    background-color: var(--color_company_3);
    padding-top: .5%;
    padding-bottom: .5%;
}

.header_options a {
    font-size: var(--FONT_SIZE_SECONDARY);
}

.header_opt:hover {
    font-weight: 600;
}

#header_new {
    width: 100%;
    position: fixed;
    z-index: 500;
    /* background-color: var(--header_color); */

}

.header_new_navbar_container {
    width: 100%;
    display: flex;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: var(--color_header);
    justify-content: space-evenly;
    height: 80px;
}

.header_new_nav_link {
    box-sizing: border-box;
    /*padding-top: 2%;*/
    font-size: var(--FONT_SIZE_PRIMARY);
    font-weight: normal;
}

.header_new_static_options a div {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.header_new_nav_icon {
    box-sizing: border-box;
    width: 100%;
}

/* #cart_nav_icon,
#fav_nav_icon {
    width: 25%;
} */

#carritoDeCompras {
    height: 38px;
}
/* #carritoDeCompras img,
#favoritoLista img {
    width: 40%;
} */
#user_nav_icon,
#cart_nav_icon,
#search_nav_icon,
#monedaButton {
    /* width: 33%; */
}

#user_nav_icon div,
#cart_nav_icon div,
#search_nav_icon div,
#monedaButton {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex: 0 0 33%; */
    color: var(--icon_color);
}
#monedaButton.dropdown {
    color: var(--font_color_1) !important;
    background-color: transparent;
}

#user_nav_icon svg,
#cart_nav_icon svg,
#search_nav_icon svg,
#monedaButton svg {
    /* width: 40%; */
}


.containerCart {
    color: var(--color_company_4);
    font-size: var(--FONT_SIZE_SMALL);
    text-align: center;
}

#header_new_badge_cart,
#header_new_badge_fav,
#header_new_badge_fav_bottom {
    position: absolute;
    top: 0%;
    left: 55%;
    color: #fff;
    font-size: var(--FONT_SIZE_SMALL);
    background-color: #ff2314;
}

.header_new_logo_container {
    width: 20%;
    box-sizing: border-box;
    /* padding-top: .5%; */
    /* padding-bottom: .5%; */
    text-align: center;
    margin-left: 0%;
}

.header_new_nav_icon div {
    text-align: center;
}

.header_new_logo img {
    width: 100%;

}

@media (min-width: 1200px) {
    .header_new_logo img {
        width: auto;
        height: 60px;
    }
}
.header_new_icons_container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
}

.header_new_options_container {
    width: 25%;
    display: flex;
    /* padding-top: .6%; */
    /* padding-bottom: .5%; */
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header_select_branch {
    width: 12%;
}

.header_select_branch select {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    z-index: 1000;
    font-size: var(--FONT_SIZE_PRIMARY);
}

#header_new_button_responsive {
    display: none;
    background: none;
    border: none;
    width: 2%;
    margin-top: 1.8%;
}

.header_new_options {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: 2%;
    padding-top: .6%;
}

.header_new_static_options {
    display: flex;
}

#icon_arrow_down {
    width: 10px;
    height: 10px;
}

.header_new_static_options a:hover {
    color: #b0b0b0;
    transition: color ease-out 300ms;
}

.header_new_static {
    background-color: var(--color_company_1);
    color: #fff;
    display: none;
}

.header_new_static_options div {
    padding-bottom: .1%;
    padding-top: .1%;
}

#header_menu_megaMenu_insert {
    width: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    position: absolute;
    z-index: 800;
}

#header_new_col_categories {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    border-right: 1px solid #d0d0d0;
    margin-right: 2%;
    display: flex;
    text-align: center;
    transition: ease 200ms;
    justify-content: flex-start;
    background-color: var(--color_company_2);
}

#header_new_col_categories::-webkit-scrollbar {
    display: none;
}

#categoriesButton {
    cursor: pointer;
    font-weight: bolder;
    color: var(--font_color_1);
}

#header_new_col_categories div {
    /* background-color: #f1f1f1; */
    width: 20%;
    cursor: pointer;
    font-size: var(--FONT_SIZE_SECONDARY);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.5;
    opacity: 85%;
    transition: ease 200ms;
    padding-left: .5%;
    padding-right: .5%;
}

.header_new_col_group_title {
    font-weight: bolder;
    font-size: var(--FONT_SIZE_PRIMARY);
}

.header_new_col_group_title:hover {
    color: #e21515;
}

.header_new_col_groups {
    /* margin-top: 2%; */
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    top: 27%;
}

.priceHeart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10%;
}

.priceHeart .product_price{
    width: 50%;
}

.priceHeart form{
    width: 40%;
    display: flex;
    justify-content: end;
    padding-right: 10px;
}
.priceHeart form .itemSelectedCartBtn{
    width: 100%;
}
.containerProductInformation{
    width: 100%;
}
.megaMenu {
    opacity: 0;
    color: #000;
    top: 10px;
    position: absolute;
    width: 30%;
    background-color: white;
    background-image: linear-gradient(170deg, #ffffff 62%, #d8d8d8 100%) !important;
    -webkit-box-shadow: 1px 6px 10px -1px rgb(0 0 0 / 43%);
    box-shadow: 1px 6px 10px -1px rgb(0 0 0 / 43%);
    padding-left: 3%;
    padding-right: 3%;
    transition: opacity ease-out 200ms;
    /* display: none; */
}
#loadingMore img {
    width: 35px;
}
#categoriesBarInnerContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.5;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: var(--color_navbar);
    font-size: var(--FONT_SIZE_PRIMARY);
    height: 40px;
    line-height: 25px;
    align-items: center;
}

.header_new_col_group {
    padding-top: 20px;
}

.header_new_col_subgroups div {
    font-weight: normal;
    font-size: var(--FONT_SIZE_PRIMARY);
    line-height: 1.5;
}

.header_new_col_subgroups div:hover {
    color: #e21515;
}

.headerStaticOpt {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
}

.headerStaticOpt:hover {
    background-color: var(--color_company_5);
    color: #fff;
}

.headerStaticOpt .headerStaticOptCategory {
    font-size: var(--FONT_SIZE_PRIMARY);
    text-transform: lowercase;
}

.headerStaticOpt .headerStaticOptCategory::first-letter {
    text-transform: capitalize;
}

.hideThis {
    display: none;
}

.showThis {
    display: block;
}

#overShadow {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 480;
    opacity: 30%;
    display: none;
}

.bankIcon {
    width: 80%;
}

.header_new_megaMenu_container {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    /*display: block;*/
    /*columns: 12rem;*/
    /*column-width: 10%;*/
    column-count: 6;
    gap: .5rem;
    position: relative;
}

.header_new_megaMenu_col {
    padding-top: 1%;
    /*padding-left: 2%;*/
    /*margin-right: 4%;*/
    background-color: #ffffff;
    margin-bottom: 1rem;
    break-inside: avoid;
    box-sizing: border-box;
}

.header_new_megaMenu_linkMaster {
    font-weight: 700;
    font-size: var(--FONT_SIZE_TITLE);
}

#logo_nav_responsive {
    display: none;
}

.header_new_responsive_container {
    width: 90%;
    height: 100% !important;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    text-align: left;
    display: block;
    position: fixed;
    transition: all ease 400ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* background: hsl(0deg 0% 100% / 62%);
    backdrop-filter: blur(30px); */
    background-color: #fff;
    z-index: 1000;
    overflow-y: scroll;
    display: none;
    padding-top: 5%;
    padding-bottom: 5%;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.header_new_responsive_container::-webkit-scrollbar {
    display: none;
}

.header_new_responsive_login_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.header_new_responsive_login,
.header_new_responsive_logout {
    padding: 2% 4%;
    border-radius: 20px;
}

.header_new_responsive_login {
    border: 1px solid #000;
}

.header_new_responsive_logout {
    border: 1px solid #f00;
    color: #f00;
}

.header_new_responsive_logout:hover {
    background: #f00;
    color: #FFF;
}

.header_new_responsive_logo {
    width: 50%;
    margin-left: 25%;
    padding-bottom: 5%;
}

.header_new_responsive_link {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: 1px solid #a4a4a4;
    text-transform: lowercase;
}

.header_new_responsive_link::first-letter {
    text-transform: capitalize;
}

.header_new_responsive_link::-webkit-first-letter {
    text-transform: capitalize;
}

.header_new_responsive_link:hover {
    background-color: #ececec;
}

.header_new_responsive_title {
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    color: var(--color_company_4);
}

.header_new_responsive_title h4 {
    color: var(--color_company_4);
}

.header_new_megaMenu_linkMaster {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.header_new_megaMenu_linkChild {
    font-size: var(--FONT_SIZE_PRIMARY);
}

/* headerStaticBar */
.headerStaticBar {
    width: 30%;
    display: flex;
    position: absolute;
    z-index: 1000;
    justify-content: space-between;
    line-height: 42px;
    background-color: #fff;
    color: #000;
    font-size: var(--FONT_SIZE_SECONDARY);
    margin-left: 2%;
    overflow-y: scroll;
}

.headerStaticBar::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #f0f2f4;
}

.headerStaticBar::-webkit-scrollbar {
    width: 5px;
}

.headerStaticBar::-webkit-scrollbar-thumb {
    border-radius: var(--borderRadius);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b6b6b6;
    /* border: 1px solid #051e0b; */
}

#headerStaticBarOptions {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.headerStaticOptGroupsOption {
    padding-left: 5%;
    font-size: var(--FONT_SIZE_PRIMARY);
    text-transform: lowercase;
}

.headerStaticOptGroupsOption::first-letter {
    text-transform: capitalize;
}

.headerStaticOptGroupsOption:hover {
    background-color: var(--color_company_5);
    color: #fff;
}

.headerStaticOpt a:hover {
    transition: color ease 200ms;
    color: #000;
}

.groupsOpt {
    position: absolute;
    left: 32%;
    z-index: 1000;
    width: 25%;
    /* height: 294px; */
    background-color: #fff;
    line-height: 42px;
    border-left: 2px solid #cfcfcf;
}

.groupsOpt::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #f0f2f4;
}

.groupsOpt::-webkit-scrollbar {
    width: 5px;
}

.groupsOpt::-webkit-scrollbar-thumb {
    border-radius: var(--borderRadius);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b6b6b6;
    /* border: 1px solid #051e0b; */
}

.itemAdditionalsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* Hide outline on focus button */
button:focus {outline:0;}
.itemCartBtn {
    cursor: pointer;
    transition: all ease 200ms;
    border: none;
    background-color: transparent;
}

.itemCartBtn img {
    width: 30px !important;
}


.itemSelectedCartBtn {
    border: 2px solid var(--color_company_2);
    color: #000;
    font-weight: bolder;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    
}
.productDetailWishlistContainer .itemSelectedCartBtn{
    width: 80%;
}

.extentoIVAPasillos {
    font-size: var(--FONT_SIZE_SECONDARY);
    color: #898989;
}

.stellarWalletIcon {
    width: 40%;
    margin-left: 30%;
    margin-bottom: 5%;
}

#buttonWalletBalance_req,
#buttonWalletBalance {
    background-color: var(--color_company_1);
}

#modalWalletBalanceBtn,
#Botonazo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

#modalWalletBalanceBtn img,
#Botonazo img {
    width: 50%;
}

@media screen and (min-width: 1600px) {

    .minusQuantitProdBtn,
    .plusQuantityProdBtn {
        height: 40px !important;
    }

    .inputProdStyle {
        height: 40px !important;
    }

    .iconFavProducts {
        top: 40%;
    }
}

@media screen and (max-width: 768px) {
    /* .header_new_nav_icon{
        box-sizing: border-box;
        width: 25%;
    } */
}

@media screen and (max-width: 775px) {
    .header_new_logo_container {
        padding-top: 1%;
    }
}

/* CLASIFICACIONES */

.main_title {
    /* font-size: 26px; */
    font-size: var(--FONT_SIZE_TITLE);
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-family: 'Muli Extra Bold';*/
}

.banner4Style {
    display: flex;
}

/* BUTTON STYLES */
.button-model-1 {
    border-radius: var(--borderRadius) !important;
    font-size: var(--FONT_SIZE_SECONDARY);
    height: 40px;
    border-width: 2px;
}

.button-model-2 {
    border-radius: var(--borderRadius) !important;
    font-size: var(--FONT_SIZE_SECONDARY);
    /*font-family: 'Muli Extra Bold';*/
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-model-3 {
    height: 40px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    width: 7rem;
}

/* BUTTON STYLES */

/* CARRUSELES */

/* PAGINA INICIAL */
.carousel-model-1 {
    padding: 1.5rem 5rem !important;
}

/* PAGINA INICIAL */

/* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */
h2.sugeridos-products-title {
    font-size: var(--FONT_SIZE_TITLE);
    /* margin-top: 70px; */
    margin-bottom: 30px;
}

/* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */

.itemProductoPasilloContainer {
    display: flex;
    flex-direction: column;
}

.descriptionItemContainer {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

/* CARRUSELES */
ul {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* margin-bottom: 1%;
    margin-top: 1%; */
}

/* Margin top - BANNERS */
.banner1 {
    margin-top: 0%;
}

.banner2 {
    margin-top: .5%;
}

.banner4 {
    margin-top: .5%;
}

.banner5 {
    margin-top: .5%;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

html,
body,
.main_wrapper {
    height: 100%;
}

header {
    position: fixed;
    top: 0;
}

footer {
    margin-top: 2%;
    color: #000;
    background-color: #f0f0f0 !important;
}

header,
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main_container {
    /*max-width: 1170px;*/
    margin: 0 auto;
}

#main_container_2 {
    padding-top: 120px;
    width: 100% !important;
}

#categoriesBanner {
    margin-bottom: 2%;
}

.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.containerCarrusel {
    display: flex;
    align-items: center;
}

/* Rutas */
.slash_symbol {
    margin: 0 10px;
}

/* Rutas */

/* Paginador */

.pager_container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    padding-bottom: 2%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: flex;
}

.pager_container h2 {
    margin: 0;
    font-size: var(--FONT_SIZE_TITLE);
}

.action_buttons {
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Pager {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.imagePasillo {
    padding: 4%;
    margin: auto;
    width: 100% !important;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    aspect-ratio: 1;
    object-fit: contain;
}

#loaderMore {
    display: flex;
    width: 100% !important;
    justify-content: center;
}

#loaderMore div {
    width: 15%;
}

/* Paginador */
.product-name-carousel {
    text-align: left;
    height: 45px;
    line-height: 1.5;
    font-size: var(--FONT_SIZE_PRIMARY);
    width: 100%;
    height: 50px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    font-weight: bolder;
    justify-content: left;
}

.product-name-carousel a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-name-carousel a p::first-letter {
    text-transform: uppercase;
}

.product-price-carousel {
    text-align: center;
    font-size: var(--FONT_SIZE_PRIMARY);
    color: #141414;
    white-space: nowrap;
}

#nombre_producto {
    text-align: center;
}
.btn_add_plus,
.btn_add_minus {
    width: 20%;
    text-align: center;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: var(--color_company_2);;
}
.product-description-carousel {
    text-align: center;
    font-size: var(--FONT_SIZE_PRIMARY);
    color: #141414;
    margin-top: 7%;
    width: 100%;
}

.product-tax-message {
    text-align: center;
    font-size: var(--FONT_SIZE_PRIMARY);
}

.px {
    border-radius: 2.5rem;
}

.banner4_subtitle {
    color: #6e6d70;
    font-size: var(--FONT_SIZE_PRIMARY);
    /* font-family: 'Muli SemiBold'; */
}

.route_container {
    display: flex;
    /* RUTA DE CATEGORIAS EN PASILLO DE PRODUCTOS */
}

/* .banner4_title {
    font-family: "Arial Bold";
    font-size: 28px;
} */
@keyframes loading {
    to {
        background-position: 315px 0, 0 0, 0 190px, 50px 195px;
    }
}

.skeletonNewCarousel {
    width: 100%;
    height: 350px;
    cursor: progress;
    background:
        linear-gradient(0.25turn, transparent, #fff, transparent),
        linear-gradient(#eee, #eee),
        radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%),
        linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 100% 250px, 100% 180px, 100px 100px, 225px 30px;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    animation: loading 1.5s infinite;
}

/* Header */
.header_wrapper {
    background-color: #FFF;
    /*Cambio de Color del Header*/
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    /*height: 130px;*/
    width: 100%;
    z-index: 16;
    box-sizing: border-box;
    padding-left: 2%;
    padding-bottom: 1%;
}

#header_wrapper:hover {
    background-color: #fff;
    transition: background-color .400s;
}

/* ----- Header - Scroll Comportamiento (Ponerle Fondo al hacer Scroll) */
body.scrolled #header_wrapper {
    background-color: none;
    transition: background-color .200s;
}

body.scrolled #header_wrapper {
    background-color: #fff;
    transition: background-color .400s;
}

#Departamento-containt>span {
    color: #fff;
}

.lista-categorias {
    align-items: flex-end;
    display: flex;
    width: 100%;
    margin-left: 40px;
}

.carouselcontainerDestacados {
    width: 100%;
    display: flex;
    align-items: center;
}

.carouselArrowLeft,
.carouselArrowRight {
    width: 5%;
    display: flex;
    justify-content: center;
    font-size: var(--FONT_SIZE_TITLE);
    color: #000;
    cursor: pointer;
}

.header_wrapper .header_logo {
    display: flex;
}

.header_wrapper .header-logo-3 {
    width: 100%;
    position: relative;
}

.header_wrapper .header_row_1 {
    position: relative;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    /*max-width: 1138px;*/
    margin: 0 auto;
    padding-top: 10px;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.header-logo-3 {
    width: 100%;
}

.header_logo a {
    width: 100%;
}

.header_wrapper nav {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    /* font-family: 'Futura Book'; */
}

.header_wrapper nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_wrapper nav li {
    text-transform: uppercase;
    margin: 0 25px;
    cursor: pointer;
}

.header_wrapper nav span:hover {
    color: #CC2128;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.header_wrapper .header_wrapper_icons {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_wrapper .header_wrapper_icons>span {
    width: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 23px;
    cursor: pointer;
}

.left_header_icons {
    width: 30px;
}

/* Barra de categorias */
.category_window_container {
    width: 200px;
    text-align: center;
    position: relative;
}

.category_window {
    position: absolute;
    background: #141414;
    width: inherit;
    text-align: left;
    display: none;
    width: 100%;
}

.category_window ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category_window ul li {
    padding: 10px;
    margin: 0 !important;
}


#AddToList {
    background-color: var(--color_company_5);
    color: #1d1d1d;
}

#tag_precio_producto {
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
    color: #323232;
    font-weight: 600;
    font-size: var(--FONT_SIZE_PRIMARY);
    /*background-color: #ffffff;*/
}

.product-container-carousel {
    /* padding: 13px; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

/* Owl Carousel */
.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-stage .item .product-container-carousel {
    /* padding: 13px; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
    border-radius: 10px;
}

.product-container-carousel {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
}



/* Iconos del cabecero */
.profile_icon ul {
    list-style: none;
}

/* Footer */
.icons_container {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.footer_ring_1 {
    width: 340px;
    height: 350px;
    background: #fedd00;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_ring_2 {
    width: 140px;
    height: 155px;
    background: #00b74f;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_logo {
    width: 100%;
}

footer {
    background-color: var(--footer_color);
}

.footer_wrapper {
    position: relative;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 460px; */
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    background: var(--footer_color);
    padding-top: 1%;
    padding: 1% 5%;
}

#selectFilterShow {
    font-size: var(--FONT_SIZE_PRIMARY);
    border-radius: 20px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: .5%;
    padding-bottom: .5%;
    background: none;
    border: 1px solid #a1a1a1;
    color: #000000;
}

#containerFilterPasillo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* background: #f0f0f0; */
    align-items: center;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 20px;
}

#resultadosProducts {
    font-weight: 600;
}

.footer_wrapper h2 {
    /* font-family: 'Arial Bold'; */
    font-weight: bolder;
    margin-bottom: 0;
    /* color: #fff; */
}

.footer_wrapper {
    font-size: var(--FONT_SIZE_SECONDARY);
}

.footer_wrapper ul {
    list-style: none;
}

.footer_wrapper ul li {
    margin-bottom: 6px;
}

.footer_wrapper .footer_icon_1 {
    max-width: 30px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_box4_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.red_bg {
    background-color: rgba(204, 33, 40, 1);
    color: #fff;
    ;
}

.footer_btn_1_left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    border-width: 2px;
    height: 45px;
    padding: 0 25px;
    background-color: transparent;
}

.footer_btn_1_left:focus {
    border-color: rgba(204, 33, 40, 1);
    background-color: transparent;
    color: #fff;
}

.footer_btn_1_left::-webkit-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::-moz-placeholder {
    color: #fff;
}

.footer_btn_1_left:-ms-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::-ms-input-placeholder {
    color: #fff;
}

.footer_btn_1_left::placeholder {
    color: #fff;
}

.footer_btn_1_right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    padding: 0 25px;
    cursor: pointer;
    /* font-family: 'Futura Book'; */
}

.footer_btn_2 {
    border-radius: 25px;
    height: 45px;
    padding: 0 25px;
    background-color: #fedd00;
    color: #141414;
    /* font-family: 'Futura Book'; */
}

.footer_wrapper .footer_btn_2:hover {
    background-color: #fff;
}

.footer_wrapper .footer_box5_icons_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    /* padding-top: 30px;
    margin-left: 11px; */
}

.footer_icon_2 {
    width: 50px;
    display: flex;
    justify-content: center;
    /* margin-right: 10px; */
}

.header_menu_icon_container_wrapper {
    display: none;
}

.collapsible-menu {
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #141414;
    overflow-x: hidden;

    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);

    visibility: visible;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* Search bar */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.easy-autocomplete {
    width: 90% !important;
}

#search_form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.magGlass_container {
    width: 10%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--FONT_SIZE_TITLE);
}

.magGlass_container button {
    border: none;
    background: inherit;
    width: 45px;
    padding: 0;
}

.magGlass_container button:focus {
    outline: none !important;
    outline-width: 0 !important;
}

.search_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 15;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.branch_bar_container {
    height: calc(100vh - 10vh);
    overflow: auto;
    background: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 30px 0;
    /* height: 128px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    z-index: 15;
    flex-direction: column;
}

.branch_bar_container li {
    margin-bottom: 10px;
}

.search_bar_container form {
    width: 70%;
}

.search_bar_container {
    background: #fff;
    position: absolute;
    width: 40%;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
}

#search_bar {
    height: 60px;
    width: 100%;
    font-size: var(--FONT_SIZE_PRIMARY);
    padding: 0 12px;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #141414;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#search_bar:focus {
    outline: none;
}

input#search_bar::-webkit-input-placeholder {
    color: #292F37;
}

input#search_bar::-moz-placeholder {
    color: #292F37;
}

input#search_bar:-ms-input-placeholder {
    color: #292F37;
}

input#search_bar::-ms-input-placeholder {
    color: #292F37;
}

input#search_bar::placeholder {
    color: #292F37;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    padding-top: 8px;
    padding-bottom: 8px;
}

.search_bar_container_2 {
    position: relative;
    display: flex;
    align-items: center;
}

.search_bar_container_2 .easy-autocomplete-container {
    left: 23px;
}

input#search_bar_2::-webkit-input-placeholder {
    color: #292F37;
}

input#search_bar_2::-moz-placeholder {
    color: #292F37;
}

input#search_bar_2:-ms-input-placeholder {
    color: #292F37;
}

input#search_bar_2::-ms-input-placeholder {
    color: #292F37;
}

input#search_bar_2::placeholder {
    color: #292F37;
}

.magGlass_container_2 {
    width: 28px;
    position: absolute;
    right: 14px;
}

.magGlass_container_2 button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: inherit;
}

.right_header_icons {
    width: 20px;
}

.divisor-line {
    width: 100%;
    border: 2px solid #C8CCD0;
    margin: 90px 0 60px;
}

.globo_cantidad_cesta {
    right: -6px;
    top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 55px;
    width: 15px;
    height: 15px;
    font-size: var(--FONT_SIZE_SECONDARY);
    color: #fff;
    background-color: #f00;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weightable.Down span,
.UpDownButton.Down span {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}

.weightable.Up,
.UpDownButton.Up {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}

.quantity_buttons {
    background: transparent;
}

.quantity_buttons:active {
    background: rgba(221, 221, 221, 0.2);
}

.footer_copyright_word {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.footer_copyright_word a {
    color: var(--color_company_5);
    white-space: nowrap;
}

.footer_left_blocks {
    margin-left: 1.5rem;
}

.loader_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

/* CART RESUME */
.resume_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    flex: 0 0 20%;
}

div#resume-container::after {
    content: '';
    background: #30346c;
    top: 0px;
    left: -10px;
    width: 100px;
    /* z-index: -1; */
    height: 10px;
    position: absolute;
}

@media (max-width: 900px) {
    .resume_container {
        flex: auto;
    }
    div#resume-container::after {
        display: none;
    }
}

.cart-resume-container {
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 10px solid #30346c;
    border-radius: 50px;
    box-shadow:  0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}


.btnAgregarProducts {
    height: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.Image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    transition: filter 300ms ease;
}

@media screen and (min-width: 750px) {

    /*.Image:hover{*/
    /*    filter: brightness(50%);*/
    /*}*/
    .Image:hover~.lo-quiero-tag-link {
        display: block;
    }
}

/* CART RESUME */
@media (max-width: 1390px) {

    .footer_ring_1,
    .footer_ring_2 {
        display: none;
    }
}

@media (min-width: 1120px) {
    .header_wrapper_icons .mostrarMenuT {
        /* min-width: 250px; */
        display: flex;
        justify-content: flex-start;
    }

    .input-with-icon {
        /* causes absolute icon div to be positioned correctly */
        height: 46px;
        position: relative;

        width: 25rem;
        box-sizing: border-box;

    }


    .Main {
        background-color: #fff;
    }

    .input-with-icon .form-control {
        background-color: #EDEDED;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        padding-right: 3.65rem;
        box-sizing: border-box;
    }

    .input-with-icon .search_icon {
        position: absolute;

        background-image: url(../img/iconos/search.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2.5rem 2.5rem;

        background-color: #EDEDED;
        border: none;


        /* These are set relative to the height of the input box to bound the box neatly inside. This is aesthetic to me but you may change the dimensions of course. */
        right: 0.9rem;
        top: 0.25rem;
        width: 2.3rem;
        height: 2.2rem;

        /* content in the icon div is centered, without bootstrap or font-awesome you may wish to add your own text in the span */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .input-with-icon .search_icon:focus {
        outline: none;
    }

    /*
       BELOW PROPERTIES AREN'T CRITICAL FOR DESIRED BEHAVIOUR.
       THEY ARE PURELY FOR DEMONSTRATION PURPOSES
      */
    .input-with-icon {
        margin: 0.8rem;
    }

    .input-with-icon .form-control {
        padding-left: 1.2rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .input-with-icon .icon {
        border: none;
    }

    .categories {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #ea1c29;
        color: #fff;

    }

    .categories span {
        margin: 8px 30px;
    }

    .header-logo-1 {
        display: none;
    }
}

/* .cart-buttom{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        margin: 0 auto;
        margin-top: 20px;
    } */

.cart-buttom button {
    border-radius: 20px;
}

.logofooter {
    width: 70%;
    margin: 0 0 30px 0;
}

.mobileCategories {
    display: none;
    width: 100%;
    height: 50px;
    background-color: #00b74f;
    color: white;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.dpaso_4_banner {
    justify-content: center;
}

.dpaso_4_banner .SmallBanners {
    max-width: 20%;
}

.Banner_2_dpaso a img {
    border-radius: 40px;
    width: 80%;
}

.icon-menu.close-menu {
    width: 24px;
}

.footerImgContainer {
    width: 40%;
}

.titleResumen {
    font-size: var(--FONT_SIZE_TITLE);
}

#resume_table tbody {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.cart_table {
    font-size: var(--FONT_SIZE_SECONDARY);
}

.cart_table thead tr {
    line-height: 15px;
}

.cart_table thead {
    /* background:  #30346c; */
    font-size: var(--FONT_SIZE_SECONDARY);
    color: #292F37;
    height: 70px;
    border: 2px solid #30346c;
    border-width: 10px 0 ;
}

.cart_table tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.table.cart_table td,
table.cart_table th {
    vertical-align: middle;
}

.table.cart_table thead th {
    border: none;
    font-weight: bold;
    font-size: var(--FONT_SIZE_PRIMARY);
    text-align: center;
}

.table.cart_table td,
.table.cart_table th {
    border: none;
}

.footer_subcontainer_2 {
    color: #fff;
}

/* CART */
/*_______________________ Responsive_______________________________________*/

@media screen and (max-width: 1120px) {

    /* .main_title {
        margin-bottom: 0;
    } */
    .header_wrapper .header_row_1 {
        align-items: center;
    }

    .lista-categorias {
        display: none;
    }

    .header-logo-1 {
        display: block;
        width: 73.41px;
        margin-left: 10px;
    }

    .header-logo-3 {
        display: none;
    }

    .footer_copyright_word {
        margin-top: 30px;
    }

    .header_menu_icons.branch_icon_selector img {
        width: 29px;
    }

    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }

    #search_bar {
        /* height: fit-content; */
        width: 100%;
        height: 40px;
        padding: 0 12px;
        border: 0;
        border-bottom: 2px solid #ddd;
        color: #141414;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .magGlass_container {
        width: 10%;
        height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_wrapper {
        height: 100%;
        padding: 20px;
    }

    .header_wrapper {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        height: 70px;
    }

    .header_wrapper .header_logo {
        width: 140px;
    }

    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 25px;
        height: 70px;
    }

    .header_wrapper_icons {
        display: none !important;
    }

    .header_menu_icon_container {
        width: 29px;
        margin-left: 2px;
    }

    .header_menu_icons {
        width: 31px;
        position: relative;
        margin-right: 20px;
    }

    .header_menu_icon_container_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav {
        display: none;
    }

    .search_bar_container form {
        width: 90%;
    }

    .search_bar_container {
        background: #fff;
        position: absolute;
        top: 70px;
        width: 100%;
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 15;
    }

    /* Collapsible menu */
    .collapsible-menu {
        width: 60%;
        max-width: 375px;
    }

    .collapsible-menu-titles {
        font-size: var(--FONT_SIZE_SECONDARY);
        font-weight: bold;
        margin-top: 25px;
    }

    .collapsible-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .box-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .box-menu .logo_menu {
        width: 90px;
    }

    .opened.collapsible-menu {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        visibility: visible;
    }

    .menu-title-1 {
        font-size: var(--FONT_SIZE_PRIMARY);
        font-weight: bold;
    }

    .col-men-inn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: right;
        /* padding: 15px 35px; */
        padding: 32px 30px 32px 39px;
        white-space: nowrap;
        font-weight: bold;
    }

    .menu-options {
        height: 100%;
        font-size: var(--FONT_SIZE_PRIMARY);
        line-height: 3.44rem;
        margin-top: 25px;
    }

    .menu-options a {
        color: inherit;
        display: block;
    }

    .menu-options a:hover {
        color: #edeeef;
        text-decoration: none;
    }

    .menu_block_1 {
        border-bottom: 2px solid var(--color_company_1);
        padding-bottom: 25px !important;
        margin-bottom: 25px;
        padding: 0;
        text-align: left;
    }

    .menu_block_1 ul {
        line-height: 50px;
    }

    .menu_block_2 div {
        font-weight: bold;
    }

    .menu_block_2 li {
        line-height: 45px;
    }

    .menu_item_1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .group-container {
        display: none;
    }

    .collapsible-menu i {
        font-size: var(--FONT_SIZE_SECONDARY);
    }

    ul.group_list {
        margin-top: 15px;
    }

    ul.group_list li {
        line-height: 40px;
        font-size: var(--FONT_SIZE_SECONDARY);
        height: 40px;
    }

    .mobile_menu_header {
        border-bottom: 2px solid var(--color_company_1);
        padding-bottom: 25px;
        /* margin-bottom: 25px; */
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .search_bar_container {
        width: 100%;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn {
        height: 35px !important;
    }

    .inputProdStyle {
        height: 35px !important;
    }
}

@media (max-width: 992px) {
    .resume_container {
        margin-bottom: 80px;
        margin-top: 30px;
    }

    .resume_container .card {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer_left_blocks {
        margin-left: 0;
    }

    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        margin-left: 0;
    }

    .footer_icon_2 {
        width: 50px;
        margin-right: 0px;
    }

    .footer_copyright_word {
        font-size: var(--FONT_SIZE_SMALL);
    }

    .footer_btn_1_right {
        padding: 0 10px;
    }

    /* Footer blocks */
    .footer_block_1 {
        margin: 10px 0 10px;
    }

    .footer_block_2 {
        margin: 0 0 20px;
    }

    .footer_block_3 {
        margin: 5px 0 0;
    }

    .footer_block_4 {
        /* margin: 10px 0 25px; */
        text-align: center;
    }

    .footer_block_5 {
        text-align: center;
    }

    .minusQuantitProdBtn,
    .plusQuantityProdBtn,
    .inputProdStyle {
        height: 35px !important;
    }
}

@media (max-width: 645px) {
    .footer_copyright_word .footer_stellar_signature {
        margin-top: 10px;
    }

    .carousel-model-1 {
        padding: 1.5rem 3rem !important;
    }

    .iconAddToCart {
        display: none !important;
    }
}

@media (max-width: 541px) {

    .footer_block_2,
    .footer_block_3,
    .footer_block_5,
    .traki_description {
        display: none;
    }

    .footer_subcontainer_1 {
        padding: 0 40px;
    }

    .footer_subcontainer_2 {
        margin-bottom: 0 !important;
    }

    .footer_block_1 h2 {
        margin-bottom: 0px;
    }

    .footer_box4_p {
        max-width: 280px;
    }

    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        padding-top: 0px !important;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
        width: 190px;
    }
}

@media (max-width: 426px) {
    .carousel-model-1 {
        padding: 1.5rem 1rem !important;
    }

    .modal-footer.footer-change-branch-modal {
        flex-wrap: wrap;
    }

    .modal-footer.footer-change-branch-modal .btn {
        margin: 0;
    }

    .modal-footer.footer-change-branch-modal .stock_modal_continue,
    .modal-footer.footer-change-branch-modal .stock_modal_change_branch {
        margin-bottom: 10px;
    }

    .header_menu_icons.branch_icon_selector img {
        width: 25px;
        margin-bottom: 1px;
    }

    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }

    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
    }

    .header_menu_icon_container {
        width: 28px;
    }

    .header_menu_icons {
        width: 28px;
    }

    .collapsible-menu {
        /* width: 90%; */
        width: 100%;
        max-width: 100%;
    }
}

/* -- OVER MAIN -- */
#searchBoxFloating {
    text-align: center;
    background-color: var(--color_company_1);
    display: none;
}

#searchBoxFloating form {
    display: flex;
    padding-left: 5%;
}

#searchBoxFloating input {
    border: none;
    color: rgb(0, 0, 0);
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#searchBoxFloating button {
    background: #FFF;
    border: none;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #939393;
}

.menuMonedasR {
    display: none;
}

/* FAV BTN */
.iconFavProducts {
    position: absolute;
    top: 45%;
    width: 23px;
    left: 10px;
    /* background: #c2c2c2; */
    border-radius: 15px;
    backdrop-filter: blur(1px);
    opacity: .8;
    cursor: pointer;
}

.iconFavProducts:hover {
    opacity: 1;
}

.containerBtnsQuantityFav {
    display: flex;
    align-items: center;
}

.iconoCorazonBtnProduct {
    width: 12%;
    background: #c2c2c2;
    border-radius: 6px;
    cursor: pointer;
}

.btnStyle {
    border-radius: var(--borderRadius) !important;
    font-size: var(--FONT_SIZE_PRIMARY);
}

/* #overMain{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 200;
    transition: opacity ease-in 300ms;
} */
.btnContainerAddToCart {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_company_1);
    color: #fff;
    cursor: pointer;
    font-size: var(--FONT_SIZE_PRIMARY);
    width: 70%;
    height: 35px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-left: 15%;
    border-radius: 20px;
}

.productNameCarouselTAG {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productNameCarouselTAG::first-letter {
    text-transform: uppercase;
}

.btnContainerAddToCartADDED {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    border-radius: 20px;
    cursor: pointer;
    color: #FFF;
    height: 35px;
}

.minusQuantitProdBtn,
.plusQuantityProdBtn {
    background-color: #000;
    width: 30%;
    border-radius: 10px;
    height: 30px;
    text-align: center;
    display: flex;
}

.minusQuantitProdBtn i,
.plusQuantityProdBtn i {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputProdStyle {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    height: 30px;
    text-align: center;
}

.loadingContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--color_header);
    z-index: 1100;
    display: flex;
    top: 0;
    opacity: 1;
    transition: ease opacity 300ms;
}

.logoLoading {
    width: 40%;
    margin-left: 30%;
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1100;
}

.titleProducts {
    font-size: var(--FONT_SIZE_PRIMARY);
    padding-left: 3% !important;
    color: #999999;
    display: flex;
    align-items: end;
}

.productsTitleImg {
    width: 7%;
}

/* -- OVER MAIN -- */
#search1_nav_icon {
    display: none;
}

/* .productBoxStyle{
    padding-left: 10% !important;
    padding-right: 10% !important;
} */
.breadcrumbContainer {
    display: flex;
}

#splideContainer {
    padding-top: 2%;
    padding-bottom: 2%;
}

.product-name-carousel-pasillo {
    text-align: left;
    line-height: 1.5;
    font-size: var(--FONT_SIZE_PRIMARY);
    width: 100%;
    /* margin-left: 5%; */
    height: 60px;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
}

.routeStyle {
    /* margin-left: 10px; */
    /* background: #ececec; */
    /* padding-left: 20px; */
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    color: #000;
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    font-size: var(--FONT_SIZE_SECONDARY);
}

.routeStyleSelected {
    /* background-color: var(--color_company_1); */
    color: #000;
    display: flex !important;
    align-items: center;
}

.routeStyle a {
    display: flex;
    margin-right: 10px;
    /* Arrow margin right */
}

.breadCrumbStyle {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    align-items: center;
}

.breadCrumbStyle::-webkit-scrollbar {
    display: none;
}

.pager_container {
    /* padding-top: 2%; */
}

.responsiveContainerProductDetail {
    width: 95%;
    padding-left: 5%;
    padding-bottom: 50px;
}

.product_title {
    font-size: var(--FONT_SIZE_PRIMARY);
}

.button-model-2 {
    font-size: var(--FONT_SIZE_SECONDARY);
}

/* -- BREAK POINT "Laptop L" (1440)  -- */
@media screen and (min-width: 1440px) {
    :root {
        --FONT_SIZE_PRIMARY: 12pt !important;
        --FONT_SIZE_SECONDARY: 10pt !important;
        --FONT_SIZE_TITLE: 14pt !important;
        --FONT_SIZE_SMALL: 10pt !important;
    }

    .header_new_navbar_container {
        padding-top: 1% !important;
        padding-bottom: 1% !important;
    }

    .headerStaticBar {
        width: 30% !important;
    }

    .searchbar_div {
        height: 35px;
    }

    .main_title {
        padding-left: 10% !important;
    }

    .cartTableContainer {
        padding-left: 10% !important;
        padding-right: 0;
    }

    .sello_agotado {
        padding-top: 35%;
        padding-bottom: 35%;
    }

    .button-model-1 {
        height: 40px;
    }

    .titleProducts {
        padding-left: 3% !important;
    }

    .TreeContainer .Branches .Branch .Leaf {
        display: block;
        padding-bottom: 3%;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --FONT_SIZE_PRIMARY: 11pt !important;
        --FONT_SIZE_SECONDARY: 10pt !important;
        --FONT_SIZE_TITLE: 14pt !important;
        --FONT_SIZE_SMALL: 9pt !important;
    }

    .cart-resume-container {
        width: 80% !important;
    }
}

/* -- BREAK POINT "Laptop" (992px)  -- */
@media screen and (max-width: 992px) {
    :root {
        --FONT_SIZE_PRIMARY: 10pt;
        --FONT_SIZE_SECONDARY: 8pt;
        --FONT_SIZE_TITLE: 12pt;
        --FONT_SIZE_SMALL: 8pt;
    }

    .searchbar_div {
        height: 35px;
    }
}

@media screen and (max-width: 925px) {
    .searchbar_div {
        height: 30px;
    }

    .main_title {
        padding: 0;
        text-align: center;
        font-weight: bolder;
        display: none;
    }
}

.verMasContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.verMasBtn {
    width: 10%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -- BREAK POINT "Tablet" (900) -- */
@media screen and (max-width: 900px) {
    :root {
        --FONT_SIZE_PRIMARY: 10pt;
        --FONT_SIZE_SECONDARY: 9pt;
        --FONT_SIZE_TITLE: 12pt;
        --FONT_SIZE_SMALL: 9pt;
    }

    #main_container_2{
        padding-bottom: 60px;
    }
    
    .des {
        display: none;
    }

    .desRes {
        display: block;
    }

    .sugRes {
        display: block;
    }

    footer {
        display: none;
    }

    .menuMonedasR {
        background: var(--color_company_1);
        color: rgb(255, 255, 255);
        position: fixed;
        bottom: 0px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
        z-index: 900;
        transition: all 200ms ease 0s;
        display: none;
    }

    .monedaSelected {
        color: var(--color_company_5);
        font-weight: bolder;
    }

    .menuMonedasROption {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #splideContainer {
        background-color: hsl(0deg 0% 93% / 51%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(5px);
        /* Safari */
        /* position: fixed;
        z-index: 450; */
        width: 100%;
    }

    #containerFilterPasillo {
        background: none;
    }

    /* #header_new{
        position: fixed;
        top: 0;
    } */
    #resultadosProducts {
        display: none;
    }

    #selectFilterShow {
        width: 100%;
    }

    #header_new_button_responsive,
    #fav_nav_icon {
        display: none;
    }

    .header_new_options_container {
        justify-content: right;
    }

    .menuBarResponsive {
        background: var(--color_responsive_navbar);
        /* background-color: hsl(0deg 0% 77% / 60%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(5px); */
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-weight: 600;
        height: 60px;
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        left: 0;
        /* filter: drop-shadow(0px 4px 6px rgb(61, 61, 61)); */
        color: #fff;
    }

    .menuBarResponsive_option p {
        /* display: none; */
        font-size: var(--FONT_SIZE_SECONDARY);
    }

    #monedaButton,
    #user_nav_icon{
        display: none;
    }

    .menuBarResponsive_Buscar,
    .menuBarResponsive_Cart,
    .menuBarResponsive_Home,
    .menuBarResponsive_Favorites,
    .menuBarResponsive_Moneda {
        filter: grayscale(.8);
        display: flex;
        width: 30px;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .menuBarResponsive_Buscar img,
    .menuBarResponsive_Cart img,
    .menuBarResponsive_Home img,
    .menuBarResponsive_Favorites img,
    .menuBarResponsive_Moneda img {
        width: 100%;
    }

    #overShadow {
        z-index: 500;
    }

    .logoLoading {
        width: 40%;
        margin-left: 30%;
    }

    #favoritoLista img {
        width: 75%;
    }

    #carritoDeCompras img {
        width: 50%;
    }

    .header_new_nav_icon img {
        width: 40%;
    }

    #categoriesBar {
        display: none;
    }

    .customerName {
        display: none;
    }

    .footerImgContainer {
        margin-left: 30%;
    }

    .customerNameResponsive {
        display: block;
        text-align: center;
        padding-left: 0 !important;
    }

    #nombre_producto {
        white-space: break-spaces;
        min-height: 90px;
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #nombre_producto::first-letter {
        text-transform: uppercase;
    }

    .iconAddToCart {
        width: 10% !important;
    }

    #header_new_col_categories {
        display: none;
    }

    .header_new_navbar_container {
        justify-content: space-between;
        height: 120px;
    }

    .header_select_branch {
        display: none;
    }

    #logo_nav_desk {
        display: none;
    }

    #logo_nav_responsive {
        display: block;
        width: 50%;
    }

    .header_search_container {
        display: none;
    }

    #search1_nav_icon {
        display: none;
    }

    .header_new_options_container {
        width: 30%;
        padding-top: 2%;
    }

    .header_new_icons_container {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-evenly;
        align-items: center;
    }

    .header_new_logo_container {
        width: 35%;
        padding-top: 0;
    }

    #user_nav_icon {
        display: none;
    }

    /* #cart_nav_icon,
    #search_nav_icon {
        width: 40%;
    } */

    .header_new_navbar_container {
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }

    .product-name-carousel-pasillo {
        /* text-align: center; */
        /* height: 45px; */
        line-height: 1.5;
        /* width: 90%;
        margin-left: 5% !important; */
        white-space: nowrap;
        /* overflow-wrap: break-word; */
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto !important;
    }

    .product-name-carousel-pasillo a {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #323232;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        left: 60%;
    }

    .product-name-carousel {
        height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .product-name-carousel {
        height: 40px;
    }

    .header_new_navbar_container {
        height: 100px;
    }

    #main_container_2 {
        padding-top: 100px;
    }
}

@media screen and (max-width: 576px) {
    .product-name-carousel-pasillo {
        text-align: left;
        margin-left: 0% !important;

    }

    .iconFavProductsCarrusel {
        top: 45% !important;
        left: 10px !important;
    }

    .itemProductoPasilloContainer {
        flex-direction: row;
    }

    #header_new_badge_fav_bottom {
        left: 71%;
    }

    .image-container-carousel {
        width: 40% !important;
        margin-right: 5% !important;
        margin-left: 5% !important;
    }
    .iconFavProducts {
        left: 0%;
        top: 75%;
    }

    .image-container-carousel {
        width: 30%;
    }

    .nombre_producto {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .extentoIVAPasillos {
        text-align: left;
    }

    .itemProductoPasilloContainer {
        padding: 0 !important;
        margin: 0 !important;
        height: 200px;
        border-bottom: 1px solid #e2e2e2;
    }

    #tag_precio_producto {
        text-align: left;
    }

    .btnContainerAddToCartPasillo {
        width: 45%;
    }

    .btnContainerAddToCartADDEDPasillo {
        width: 45%;
        margin-left: 55%;
    }
}

@media screen and (max-width: 500px) {
    .product-name-carousel {
        height: 40px;
    }
}

/* -- BREAK POINT "Mobile L" (425) -- */
@media screen and (max-width: 425px) {
    .header_new_navbar_container {
        height: 80px;
    }

    #main_container_2 {
        padding-top: 80px;
    }

    .btnHomeUser {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_new_nav_icon img {
        width: 50%;
    }

    .header_new_options_container {
        padding-top: 3%;
        width: 40%;
    }

    .header_new_logo_container {
        width: 45%;
    }

    .sello_agotado {
        padding-top: 35% !important;
        padding-bottom: 35% !important;
    }

    .imgProductDetail {
        padding: 0;
    }

    .responsiveContainerProductDetail {
        width: 96%;
    }

    #header_new_badge_cart,
    #header_new_badge_fav {
        left: 55%;
    }

    .product-name-carousel {
        height: 40px;
    }

    .product-name-carousel-pasillo a {
        width: 80% !important;
    }
}

@media screen and (max-width: 400px) {
    .product-name-carousel {
        height: 40px;
    }

    .image-container-carousel {
        margin: 0% !important;
    }
}

@media screen and (max-width: 320px) {

    .btnContainerAddToCart {
        height: 30px;
    }

    .header_new_options_container {
        width: 50%;
        padding-top: 4%;
    }

    .header_new_logo_container {
        width: 50%;
    }
}

/* -- BREAK POINT "" -- */

/* RESPONSIVE IMAGES */
@media screen and (min-width: 2560px) {
    .image-container-carousel {
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

@media screen and (min-width: 2000px) {
    :root {
        --FONT_SIZE_PRIMARY: 12pt;
        --FONT_SIZE_SECONDARY: 11pt;
        --FONT_SIZE_TITLE: 14pt;
        --FONT_SIZE_SMALL: 11pt;
    }

    #categoriesBarInnerContainer {
        padding-left: 20%;
        padding-right: 20%;
    }

    .header_new_navbar_container {
        padding-left: 15%;
        padding-right: 15%;
        height: 90px;
    }

    .iconFavProducts {
        left: 20%;
    }
}

.image-container-carousel {
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
}

@media screen and (min-width: 1990px) {
    #main_container_2 {
        width: 80% !important;
        margin-left: 10%;
    }
}

@media screen and (min-width: 1650px) {
    .image-container-carousel {
        margin: auto;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        width: 100%;
    }
}

/* RESPONSIVE IMAGES */

.containerProducts {
    display: none;
}

/*Auto complete styles v2 - do not delete Auto complete styles v1*/

.containerSearchBarNew{
    /* max-width: 450px; */
    margin: 100px auto;
    position: relative;
}
  
  .containerSearchBarNew .searchInputSearchBarNew{
    background: var(--color_company_6);
    width: 100%;
    border-radius: 5px;
    position: relative;
    transition: border-radius .5s ease-in-out, border 0.3s ease-in-out .5s;
    
  }
  
  .searchInputSearchBarNew input{
    background: #F0F2F4;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 1% 0 1%;
    font-size: 18px;
  }
  
  .searchInputSearchBarNew.active input{
    border-radius: 5px 5px 0 0;
  }
  .searchInputSearchBarNew .resultBox{
    background-color: #F0F2F4;
    border-radius: 5px;
    padding: 0;
    opacity: 0;
    top: 40px;
    pointer-events: none;
  }
  
  .searchInputSearchBarNew.active .resultBox{
    width: 100%;
    /* padding: 10px 8px; */
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    z-index: 2;
    min-height: 50px;
    max-height: 320px;
    overflow-y: scroll;
  }
  
  .resultBox li{
    background-color: #fff;
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
  }

  .searchInputActive {
    border-radius: 20px 20px 0 0 !important;
    border-bottom: 0px !important;
  }

  /* ResultBox scrollbar styles*/
  .resultBox::-webkit-scrollbar {
    width: 0px;
  }
  
  .resultBox::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .resultBox::-webkit-scrollbar-thumb {
    background: var(--color_company_1);
    border-radius: 10px;
  }

  .searchInputSearchBarNew.active .resultBox li{
    display: block;
  }
  .resultBox li:hover{
    background: #efefef;
  }
  

/*Auto complete styles v1*/
.SearchOptionContainer{
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center !important;
    font-size: small;
    width: 100% !important;
    flex-direction: row;
}
/* Estilos del esqueleto de carga */
.skeleton-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .skeleton-img {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-right: 10px;
    animation: shimmer 1.5s infinite linear;
  }
  
  .skeleton-text {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
  }
  
  .skeleton-text-name {
    width: 60%;
    height: 12px;
    margin-bottom: 8px;
  }
  
  .skeleton-text-price {
    width: 40%;
    height: 12px;
  }
  
  /* Animación de shimmer para efecto de carga */
  @keyframes shimmer {
    0% {
      background-position: -200px 0;
    }
    100% {
      background-position: 200px 0;
    }
  }
  
  .skeleton-img,
  .skeleton-text {
    background: linear-gradient(
      to right,
      #eeeeee 0%,
      #dddddd 20%,
      #eeeeee 40%,
      #eeeeee 100%
    );
    background-size: 200% 100%;
  }
.imgSearch{
    width: 80%;
    aspect-ratio: 1 !important;
    object-fit: contain !important;
}
.text_search{
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 12pt;
    transition: color .2s;
    cursor: pointer;
}
.text_search:hover{
    color: rgb(142, 142, 142);
}
.text_search_name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price_search{
    font-weight: 700 !important;
}
.SearchOptionImage{
    width: 20%;
    /* height: 50px; */
    /* padding: 3%; */
    display: -webkit-flex !important;
    -webkit-align-items: center !important;
    -webkit-justify-content: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn_div_search{
    /* z-index: 2 !important; */
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: end; 
}

.addButton_search{
    border-radius: 3px;
    width: 20%;
    text-align: center;  
}

.SearchOptionContainer .itemSelectedCartBtn{
    width: 20%;
}
.easy-autocomplete-container ul {
    max-height:400px !important; /* Set your expected height */
    overflow-y:scroll !important; /* Enable vertical scrollbar */
}

/* width */
.easy-autocomplete-container ul::-webkit-scrollbar {
    width: 5px !important;
}
  
/* Track */
.easy-autocomplete-container ul::-webkit-scrollbar-track {
    background: #f1f1f1 !important; 
}
   
/* Handle */
.easy-autocomplete-container ul::-webkit-scrollbar-thumb {
    background: #888 !important; 
    border-radius: 8px !important;
}
  
/* Handle on hover */
.easy-autocomplete-container ul::-webkit-scrollbar-thumb:hover {
    background: #555!important; 
}


.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

.hiddeSpinner {
    display: none; 
}
.stars-rating {
    --percent: calc(var(--rating) / 5 * 100%);

    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;

    width: 100%;
    display: flex;
}

.stars-rating::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar {
    background-color: #c2c2c2;
}

::-webkit-scrollbar-thumb {
    background-color:  var(--color_company_2);
    border-radius: 8px;
}

@media (max-width: 900px) {
    #categoriesButton {
        display: none;
    }   
}

/* Assistant Settings */
.assistant_header img{
    width: 50%;
    padding: 1rem;
}

#product_color_container{
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.product_color_val{
    width: 17%;
    overflow: hidden;
}

.size-box {
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    text-align: center;
    height: 60px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    cursor: pointer;
    transition: background-color 0.3s;
}

.size-box:hover {
    background-color: #f0f0f0;
}

.size-not-available {
    text-decoration: line-through;
}

.size-box-selected {
    background-color: #d0d0d0; /* Un gris más oscuro para indicar selección */
}

.moda-js-php {
    border: none;
    border-radius: 8px;
    box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.59);
    outline: none;
    width: 80%;
    max-width: 500px;
}

.moda-js-php .header-js-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px ;
    border-bottom: 1px solid #d8d8d8;
}

.moda-js-php .header-js-modal h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.modal-content-js {
    min-height: 400px;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
}

#map-sucursal-cercana {
    margin-top: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

    
.modal-content-js p.modal-question {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: var(--color_company_2);
}

.footer-js-modal {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
}

.footer-js-modal button {
    border: none;
    border-radius: 5px;
    background-color: var(--color_company_2);
    padding: 5px 10px;
    color: white;
    cursor: var(--font_color_1);  
    cursor: pointer; 
}

.footer-js-modal button.cancel-btn {
    background-color: #e21515;
}

.dont-show-again-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.dont-show-again-form label {
    padding: 0;
    margin: 0;
    font-weight: bold;
    /* color: red; */
}

#balanceWallet2 {
    display: none;
}

/* Mostrar el botón en pantallas de 900px o menos */
@media screen and (max-width: 900px) {
    #balanceWallet2 {
        display: inline-block;
    }
}

/* Cambiar el color del ícono */
#balanceWallet2 .fa-credit-card {
    color: var(--icon_color);
}